home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / wg20.exe / sysctrl._xe / 0 / RCDATA / TFORM12 / TFORM12.txt
Encoding:
Text File  |  1999-11-15  |  1.2 KB  |  68 lines

  1. object Form12: TForm12
  2.   Left = 551
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select Mirror Location'
  7.   ClientHeight = 284
  8.   ClientWidth = 301
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 36
  21.     Top = 230
  22.     Width = 89
  23.     Height = 13
  24.     Caption = 'Unique Log Name:'
  25.   end
  26.   object DirectoryListBox1: TDirectoryListBox
  27.     Left = 8
  28.     Top = 36
  29.     Width = 281
  30.     Height = 160
  31.     ItemHeight = 16
  32.     TabOrder = 0
  33.     OnChange = DirectoryListBox1Change
  34.   end
  35.   object DriveComboBox1: TDriveComboBox
  36.     Left = 8
  37.     Top = 9
  38.     Width = 145
  39.     Height = 19
  40.     DirList = DirectoryListBox1
  41.     TabOrder = 1
  42.   end
  43.   object Button1: TButton
  44.     Left = 70
  45.     Top = 257
  46.     Width = 142
  47.     Height = 23
  48.     Caption = 'OK'
  49.     TabOrder = 2
  50.     OnClick = Button1Click
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 8
  54.     Top = 201
  55.     Width = 273
  56.     Height = 21
  57.     Enabled = False
  58.     TabOrder = 3
  59.   end
  60.   object Edit2: TEdit
  61.     Left = 131
  62.     Top = 227
  63.     Width = 121
  64.     Height = 21
  65.     TabOrder = 4
  66.   end
  67. end
  68.